home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / pc / explorer / ex_pi.dxr / 00042.ls < prev    next >
Encoding:
Text File  |  1997-07-22  |  169 b   |  9 lines

  1. on exitFrame
  2.   global Deg, rad
  3.   if (field "Answer" > (float(Deg) - 0.5)) and (field "Answer" < (float(Deg) + 0.5)) then
  4.     nothing()
  5.   else
  6.     go("BA1")
  7.   end if
  8. end
  9.